home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / mac / Chapter Tutorials / ch07.Authoring / CommandDemos / GoToNetMovie.dir / 00006_scripts.txt < prev    next >
Encoding:
Text File  |  1996-10-22  |  137 b   |  6 lines

  1. -- the following script is in the button.
  2. on mouseUp
  3.   global gNetFlag
  4.   GoToNetMovie the text of field "argument"
  5.   set gNetFlag = 1
  6. end